Class PhysicalToolbarImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.PhysicalToolbarImpl
All Implemented Interfaces:
IPCObject, PhysicalToolbar

public class PhysicalToolbarImpl extends IPCObjectImpl implements PhysicalToolbar
Information provided by the PKI file:

    \class PhysicalToolbar
    
    \brief PhysicalToolbar allows for UI manipulation of the Physical toolbar.
    
    \example appWindow().getPhysicalToolbar()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setVisible

      public void setVisible(boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides this widget from view.
          
          \param bVisible, true to show this widget, false to hide it.
          
              
      Specified by:
      setVisible in interface PhysicalToolbar
      Parameters:
      bVisible - Takes in a parameter of bVisible
    • setWidgetVisible

      public void setWidgetVisible(String widgetName, boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides the specified child widget.
          
          \param widgetName,  where widgetName can be one of the following:
          NavigationBtn, GotoTopBtn, GotoCityBtn, GotoBuildingBtn, GotoClosetBtn, NewCityBtn,
          NewBuildingBtn, NewRackBtn, MoveObjBtn, SetBGImageBtn, GridBtn, HomeBtn.
          \param bVisible, true to show this child widget, false to hide it.
          
              
      Specified by:
      setWidgetVisible in interface PhysicalToolbar
      Parameters:
      widgetName - Takes in a parameter of widgetName
      bVisible - Takes in a parameter of bVisible
    • setDisabled

      public void setDisabled(boolean bDisabled)
      Information provided by the PKI file:
      
          \brief Enables or disables input events to this widget.
          
          \param bDisabled, true to disable input events to this widget, false to enable input events.
          
              
      Specified by:
      setDisabled in interface PhysicalToolbar
      Parameters:
      bDisabled - Takes in a parameter of bDisabled
    • setWidgetDisable

      public void setWidgetDisable(String widgetName, boolean bDisabled)
      Information provided by the PKI file:
      
          \brief Enables or disables the specified child widget.
          
          \param widgetName,  where widgetName can be one of the following:
          NavigationBtn, GotoTopBtn, GotoCityBtn, GotoBuildingBtn, GotoClosetBtn, NewCityBtn,
          NewBuildingBtn, NewRackBtn, MoveObjBtn, SetBGImageBtn, GridBtn, HomeBtn.
          \param bDisabled, true to disable input events to this child widget, false to enable input events.
          
              
      Specified by:
      setWidgetDisable in interface PhysicalToolbar
      Parameters:
      widgetName - Takes in a parameter of widgetName
      bDisabled - Takes in a parameter of bDisabled
    • showPhysicalLocationDialog

      public void showPhysicalLocationDialog()
      Information provided by the PKI file:
      
          \brief Simulates clicking on the Navigation button.
          
              
      Specified by:
      showPhysicalLocationDialog in interface PhysicalToolbar
    • switchToHomeRack

      public void switchToHomeRack()
      Information provided by the PKI file:
      
          \brief Simulates clicking on the Working Closet button.
          
              
      Specified by:
      switchToHomeRack in interface PhysicalToolbar
    • switchToTopView

      public void switchToTopView()
      Information provided by the PKI file:
      
          \brief Simulates clicking on the Intercity button.
          
              
      Specified by:
      switchToTopView in interface PhysicalToolbar
    • moveObject

      public void moveObject()
      Information provided by the PKI file:
      
          \brief Simulates clicking on the Move Object button.
          
              
      Specified by:
      moveObject in interface PhysicalToolbar
    • addCity

      public void addCity()
      Information provided by the PKI file:
      
          \brief Simulates clicking on the New City button.
          
              
      Specified by:
      addCity in interface PhysicalToolbar
    • addCloset

      public void addCloset()
      Information provided by the PKI file:
      
          \brief Simulates clicking on the New Closet button.
          
              
      Specified by:
      addCloset in interface PhysicalToolbar
    • setBGImage

      public void setBGImage()
      Information provided by the PKI file:
      
          \brief Simulates clicking on the Set Background button.
          
              
      Specified by:
      setBGImage in interface PhysicalToolbar
    • addGrid

      public void addGrid()
      Information provided by the PKI file:
      
          \brief Simulates clicking on the Grid button.
          
              
      Specified by:
      addGrid in interface PhysicalToolbar